ComponentsEngine   A
last analyzed

Complexity

Total Complexity 3

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 4
dl 0
loc 4
rs 10
c 0
b 0
f 0
wmc 3

3 Functions

Rating   Name   Duplication   Size   Complexity  
A createComponent 0 1 1
A renderComponent 0 1 1
A addListener 0 1 1
1
export class ComponentsEngine{
2
    createComponent(componentName:any,content:any):void
3
    renderComponent(targetRender:any,componentName:any):void
4
    addListener(targetElement:any,type:any,functionCall:any):void
5
}